home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / TraySetPauseIcon.au3 < prev    next >
Text File  |  2007-09-08  |  140b  |  12 lines

  1. #Include <Constants.au3>
  2. #NoTrayIcon
  3.  
  4. TraySetPauseIcon("shell32.dll",12)
  5. TraySetState()
  6.  
  7. While 1
  8.     $msg = TrayGetMsg()
  9. WEnd
  10.  
  11. Exit
  12.